# 0 - Pre-War Dive Bomber
model = {
	cost 						= 10
	buildtime					= 145
	defaultorganisation 		= 10
	manpower					= 1
	maxspeed					= 250
	surfacedetectioncapability	= 2
	airdetectioncapability		= 0
	surfacedefence				= 4
	airdefence					= 3
	airattack					= 1
	strategicattack				= 0
	tacticalattack				= 2
	navalattack					= 3
	range						= 200
	supplyconsumption 			= 2
	fuelconsumption				= 2
}
# 1 - Basic Dive Bomber
model = {
	cost 						= 12
	buildtime					= 145
	defaultorganisation 		= 10
	manpower					= 1
	maxspeed					= 350
	surfacedetectioncapability	= 3
	airdetectioncapability		= 1
	surfacedefence				= 8
	airdefence					= 4
	airattack					= 2
	strategicattack				= 0
	tacticalattack				= 4
	navalattack					= 4
	range						= 230
	supplyconsumption 			= 2
	fuelconsumption				= 2
}
# 2 - Improved Dive Bomber
model = {
	cost 						= 15
	buildtime					= 140
	defaultorganisation 		= 10
	manpower					= 2
	maxspeed					= 400
	surfacedetectioncapability	= 3
	airdetectioncapability		= 1
	surfacedefence				= 12
	airdefence					= 4
	airattack					= 3
	strategicattack				= 0
	tacticalattack				= 6
	navalattack					= 5
	range						= 260
	supplyconsumption 			= 2
	fuelconsumption				= 2
}
# 3 - Turbojet Dive Bomber
model = {
	cost 						= 20
	buildtime					= 140
	defaultorganisation 		= 10
	manpower					= 2
	maxspeed					= 750
	surfacedetectioncapability	= 3
	airdetectioncapability		= 1
	surfacedefence				= 20
	airdefence					= 8
	airattack					= 6
	strategicattack				= 0
	tacticalattack				= 8
	navalattack					= 6
	range						= 300
	supplyconsumption 			= 2.1
	fuelconsumption				= 2.6
}

